From ee244473d6a7bf8bf6637e785769e362918f3fb6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 May 2014 06:19:56 -0400 Subject: [PATCH] doc: enum cleanup Move GtkArrowType to where it is used in undeprecated api: GtkMenuButton. --- docs/reference/gtk/gtk3-sections.txt | 2 +- gtk/gtkenums.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 03c4223fe1..aa97a4d792 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -2261,6 +2261,7 @@ gtk_menu_button_set_menu_model gtk_menu_button_get_menu_model gtk_menu_button_set_use_popover gtk_menu_button_get_use_popover +GtkArrowType gtk_menu_button_set_direction gtk_menu_button_get_direction gtk_menu_button_set_align_widget @@ -6506,7 +6507,6 @@ gtk_binding_set_add_path
gtkenums Standard Enumerations -GtkArrowType GtkAttachOptions GtkBaselinePosition GtkButtonBoxStyle diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 4a15f230b4..6488a77a37 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -87,7 +87,7 @@ typedef enum * @GTK_ARROW_RIGHT: Represents a right pointing arrow. * @GTK_ARROW_NONE: No arrow. Since 2.10. * - * Used to indicate the direction in which a #GtkArrow should point. + * Used to indicate the direction in which an arrow should point. */ typedef enum { -- 2.30.2